DisbursementBatchDetail 
EntityType  Independent 
Logical Entity Name  DisbursementBatchDetail 
Default Table Name  FaDisbBatchDetail 
Logical Only  NO 
Definition 
 
Note 
 

DisbursementBatchDetail Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
Id(PK)    INTEGER  NO 
 
DisbursementBatchId(FK)    INTEGER  NO 
 
ScheduledDisbursementId    INTEGER  NO 
 
StudentId    INTEGER  NO 
 
Amount    MONEY(19, 4)  NO 
 
IsPaid    BIT  NO 
 
LastModifiedUserId    INTEGER  NO 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 
IsRefunded    BIT  NO 
 
FailedReason    BIGINT  YES 
 
ThirdPartyInvoiceLine    VARCHAR(50)  YES 
 
Status    CHAR(1)  NO 
 
IsReturned    BIT  NO 
 
ReconcileReturnFundId(FK)    INTEGER  YES 
 
ExceptionReason    VARCHAR(5000)  YES 
 
PayeeName    VARCHAR(150)  YES 
 

DisbursementBatchDetail Keys 
Key Name  Key Type  Keys 
FaDisbBatchDetail_FaDisbBatchID_N_N_IDX  Inversion Entry  DisbursementBatchId 
FaDisbBatchDetail_FaDisbBatchDetailID_U_C_IDX  PrimaryKey  Id 
Nk_FaDisbBatchDetailSaReconcileReturnFundID  Inversion Entry  ReconcileReturnFundId 
FaDisbBatchDetail_FaDisbBatchId_Paid_FaSchedID_SyStudentId_Amount_N_N_IDX  Inversion Entry  DisbursementBatchId, IsPaid 
FaDisbBatchDetail_SyStudentID_N_N_IDX  Inversion Entry  StudentId 
FaDisbBatchDetail_FaSchedID_N_N_IDX  Inversion Entry  ScheduledDisbursementId 

DisbursementBatchDetail Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
DisbursementBatch  Non-Identifying  One To Zero or More        DisbursementBatchId  NO 
ReconcileReturnFund  Non-Identifying  Zero or One to Zero or More        ReconcileReturnFundId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
DisbursementBatchAdditionalDetail  Non-Identifying  One To Zero or More          NO 

DisbursementBatchDetail Check Constraints 
Check Constraint Name  CheckConstraint